Skip focus tests in make check
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Aug 2014 11:08:39 +0000 (07:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Aug 2014 11:08:39 +0000 (07:08 -0400)
These require a window manager to work, and we currently don't
run one when we run make check tests under Xvfb.

testsuite/a11y/state/Makefile.am

index 28da7779f784d68d7dd94c8f318d7d2cd28aa050..9d43ce917bd17fb31aa9491b41870f4386f2667a 100644 (file)
@@ -22,7 +22,7 @@ TESTS_ENVIRONMENT =                     \
         GSETTINGS_BACKEND=memory        \
         G_ENABLE_DIAGNOSTIC=0
 
-TEST_PROGS += state-record
+test_programs = state-record
 
 testdata = \
        focus1.ui focus1.in focus1.out \
@@ -32,7 +32,7 @@ EXTRA_DIST += $(testdata)
 
 if BUILDOPT_INSTALL_TESTS
 insttestdir = $(libexecdir)/installed-tests/$(PACKAGE)
-insttest_PROGRAMS = $(TEST_PROGS)
+insttest_PROGRAMS = $(test_programs)
 
 statetestdir = $(insttestdir)/state
 statetest_DATA = $(testdata)